instanceof Operator (JScript 5.6)

Returns a Boolean value that indicates whether or not an object is an instance of a particular class.

result = object instanceof class

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also